home *** CD-ROM | disk | FTP | other *** search
/ Java for 3D & VRML Worlds / Java for 3d and VRML Worlds.iso / examples / chap06 / Lion.wrl < prev    next >
Text File  |  1996-10-15  |  678b  |  24 lines

  1. #VRML V2.0 utf8
  2.  
  3. Billboard{
  4.         axisOfRotation 0 0 0
  5.         children[
  6.         Shape{
  7.                 geometry IndexedFaceSet{
  8.                         coord Coordinate{
  9.                                 point[  0 0 0,
  10.                                         1 0 0,
  11.                                         1 1 0,
  12.                                         0 1 0]
  13.                         }
  14.                         coordIndex[     0, 1, 2, 3]
  15.                 }
  16.                 appearance Appearance{
  17.                         texture ImageTexture{
  18.                                 url "lion.gif"
  19.                         }
  20.                 }
  21.         }
  22.         ]
  23. }
  24.